Making All App Endpoints Private with the API

Apps can have public endpoints, which are accessible from a public URL. Use the API to make all the public endpoints for an app into private endpoints, which are not publicly accessible.

To make all app endpoints private you need the App ID — ID of the app to be accessed, which can be retrieved using the GET /v1/dp/apps method.

    Procedure
  1. Call the DELETE /v1/dp/apps/{appId}/endpoints/public method to make all app endpoints private for the selected app.

  2. Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.